-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add winget instructions #51307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add winget instructions #51307
Conversation
I added instructions for using winget to install/uninstall the tool.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds Windows Package Manager (winget) instructions to the .NET Uninstall Tool documentation so users can install and uninstall the tool via winget.
Changes:
- Add a Windows-only “Install with winget” section with the
winget installcommand. - Add a Windows-only “Uninstall using winget” section with the
winget uninstallcommand.
| winget uninstall --id Microsoft.DotNet.UninstallTool | ||
| ``` | ||
|
|
||
| ### Manually uninstalling |
Copilot
AI
Jan 24, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The heading "Manually uninstalling" uses a gerund, which conflicts with the doc style guidance for headings. Rename it to a non-gerund form, for example, "Uninstall manually" or "Manual uninstall".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot open a new pull request to apply changes based on this feedback
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary
I added instructions for using winget to install/uninstall the Microsoft .NET Core SDK Uninstall Tool (x86).
Internal previews